/********************************************* CSS reset ********************************/
body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, a, img, th, td, form, fieldset, iframe, object, pre, code, legend, blockquote {
	border:0 none;
	margin:0;
	outline:0 none;
	padding:0;
	list-style-type:none;
}

ol, ul {list-style: none;}
em {font-style: normal; margin: 0 5px; color: #ccc;}
img { border: 0 none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;	border-spacing:0;}

html {color: #333;font: 12px Tahoma,Arial, sans-serif;background-color:white; line-height: 23px;}

/*input[type="text"]{
	border: 1px solid #ccc;
	vertical-align: middle;
	-moz-border-radius: 2px 2px 2px 2px;
    padding:3px;	
	background-color: #fff;
}

input[type="password"]{
	border: 1px solid #ccc;
	vertical-align: middle;
	-moz-border-radius: 2px 2px 2px 2px;
    padding:3px;	
	background-color: #fff;
}

input[type="radio"],input[type="checkbox"]{border:none;vertical-align: middle;}

select {
	vertical-align: middle;
	color: #666;
	border: 1px solid #ccc;
    padding:2px;
	background-color: #fff;	
	width:100px;
}


textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
	font-size:12px;
	overflow:auto;
}*/

label {
	font-family: Tahoma;
	vertical-align: middle;
}

/*input:focus,select:focus,textarea:focus{border-color:#00a9ec}  /*  form 表单输入状态时的 border变色 */

/********  head content  footer  ******/

#wrapper{ margin: 0 auto;overflow:hidden;}

/********************************CSS pool***************************************/
/*  所有 文字颜色 大小 粗细 全局通用的   */

/*  彩色字体  */
.colorred{color:#cc0000!important;}  /*  红色  */
.colorred1{color:#FF0000!important;}  /*  红色  */
.colorgreen{color:#63CB54!important;} /*  绿色  */
.colororange{color:#FE8C1A!important;} /*  橙色  */
.colorblue{color:#3679BE!important;} /*  兰色  */
.colorwhite{color:#fff;}/*  白色  */

/*  黑白字体  */
.color333{color:#333;} /*  深灰色  */
.color666{color:#666;} /*  中等深灰色  */
.color999{color:#999!important;} /*  50%灰色  */
.colorccc{color:#ccc;} /*  #ccc灰色  */
.coloreee{color:#eee;} /*  #eee灰色  */

.fontbold{font-weight:bold;} /*  粗体  */

.font_s10 {font-size:10px;} 
.font_s12 {font-size:12px;} 
.font_s14 {font-size:14px;} 
.font_s16 {font-size:16px;}
.font_s18 {font-size:18px;}
.font_s20 {font-size:20px;}

.lh160{line-height:160%;}
.lh180{line-height:180%;}
.lh210{line-height:210%;}
.lh270{line-height:270%;}
/*  多于文字 显示为......  */
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
	display: block;
	}
	
/*  英文字体换行......  */
.wordbreak {
	word-wrap: break-word;
	overflow: hidden;
}

/*  全局 margin 属性  |  */
.m0{margin:0}
.m5{margin:5px;}
.p5{padding:5px;}
.m10{margin:10px;}
.p10{padding:10px;}

.ml5  {margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}

.mr0  {margin-right:0px!important;}
.mr5  {margin-right:5px!important;}
.mr10{margin-right:10px!important;}
.mr15{margin-right:15px!important;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px!important;}

.mt5  {margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.mb0  {margin-bottom:0px!important;}
.mb5  {margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}

/*  全局 padding  属性  |  */
.p0 {padding:0px!important;}
.pl5 {padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}

.pt5 {padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

.pb0 {padding-bottom:0px;}
.pb5 {padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

.pr0 {padding-right:0;}
.pr5 {padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

.wd40{width:40px;}
.wd50{width:50px;}
.wd70{width:70px;}
.wd90{width:90px;}
.wd93{width:93px;}
.wd100{width:100px;}
.wd120{width:120px;}
.wd150{width:150px;}
.wd160{width:160px;}
.wd170{width:170px;}
.wd180{width:180px;}
.wd220{width:220px;}
.wd280{width:280px;}
.wd245{width:245px;}
.wd250{width:250px;}
.wd300{width:300px;}
.wd350{width:350px;}
.wd360{width:360px;}
.wd380{width:380px;}
.wd440{width:440px;}
.wd450{width:450px;}
.wd550{width:550px;}
.wd590{width:590px;}
.wd650{width:650px;}
.wd730{width:730px;}
.wd850{width:850px;}
.wd980{width:980px;}

.ht20{height:20px;}
.ht25{height:25px;}
.ht28{height:28px;}
.ht35{height:35px;}
.ht75{height:75px;}
.ht90{height:90px;}
.ht100{height:100px;}
.ht110{height:110px;}
.ht120{height:120px;}
.ht135{height:135px;}
.ht150{height:150px;}
.ht160{height:160px;}
.ht180{height:180px;}
.ht220{height:220px;}
.ht300{height:300px;}
.ht350{height:350px;}
.ht380{height:380px;}
.ht450{height:450px;}
.ht550{height:550px;}
.ht650{height:650px;}
.ht850{height:850px;}



/*  全局 文字对齐  属性  |  */

.ta_c{text-align: center!important;}
.ta_l{text-align: left!important;}
.ta_r{text-align: right!important;}

.line_h20{ line-height:20px;}
.line_h22{ line-height:22px;}
.line_h25{ line-height:25px;}
.line_h28{ line-height:28px;}
.line_h30{ line-height:30px;}
.line_h32{ line-height:32px;}

.ov_h{overflow: hidden; zoom: 1; clear: both;}
.ov_ht{overflow: hidden;}
.ov_s{overflow: scroll;}
.db{display:block}
.dn {display: none;}
.di {display: inline;}
.dib{display:inline-block;-moz-inline-stack:inline-block;}

.clearb{clear: both;}
.clearr{clear: right}
.clearl{clear: left;}

.prel{position: relative;}
.pabs{position: absolute;}

.rr{float:right}
.ll{float:left}
.float_l{float:left}
.float_r{float:right}

/*  清除浮动，不占高度，  */
.del_float {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}


a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: none;
}

/*  全局 表单  属性  |  */
.input1 {
	width: 160px;
}

.select1 {
	width: 100px;
}

.select2 {
	width: 140px;
}

.mouseover{ background:#F4F4F4;}
.mouseout{ background:#FFFFFF;}
